Fix history adding in ido-read-internal
authorLeo Liu <sdl.web@gmail.com>
Mon, 21 Mar 2011 17:48:36 +0000 (01:48 +0800)
committerLeo Liu <sdl.web@gmail.com>
Mon, 21 Mar 2011 17:48:36 +0000 (01:48 +0800)
commit5bd573ccf07efa6e02610e08e7788b1381c5cefd
tree51bf178249b0dcb48a898c7406a7718b93ee3900
parent50686c8eed74ec20affcd7185a4f95f9f0b04c18
Fix history adding in ido-read-internal

Assume, for example, the head of matches is "RSS" and user input is
"rs". If the user hit RET, "RSS" is selected but "rs" is added to the
history. This commit fixes this inconsistency.
lisp/ChangeLog
lisp/ido.el